Autogenerated HTML docs for v1.8.3.2-600-g3c36e
diff --git a/RelNotes/1.8.3.2.txt b/RelNotes/1.8.3.2.txt index 47ae496..26ae142 100644 --- a/RelNotes/1.8.3.2.txt +++ b/RelNotes/1.8.3.2.txt
@@ -4,6 +4,11 @@ Fixes since v1.8.3.1 -------------------- + * Cloning with "git clone --depth N" while fetch.fsckobjects (or + transfer.fsckobjects) is set to true did not tell the cut-off + points of the shallow history to the process that validates the + objects and the history received, causing the validation to fail. + * "git checkout foo" DWIMs the intended "upstream" and turns it into "git checkout -t -b foo remotes/origin/foo". This codepath has been updated to correctly take existing remote definitions into account.
diff --git a/git.txt b/git.txt index 8944546..b738a40 100644 --- a/git.txt +++ b/git.txt
@@ -43,9 +43,10 @@ branch of the `git.git` repository. Documentation for older releases are available here: -* link:v1.8.3.1/git.html[documentation for release 1.8.3.1] +* link:v1.8.3.2/git.html[documentation for release 1.8.3.2] * release notes for + link:RelNotes/1.8.3.2.txt[1.8.3.2], link:RelNotes/1.8.3.1.txt[1.8.3.1], link:RelNotes/1.8.3.txt[1.8.3].